projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f00ed
)
(load_charset_map): Remove unnecessary code.
author
Kenichi Handa
<handa@m17n.org>
Fri, 1 May 2009 12:17:06 +0000
(12:17 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 1 May 2009 12:17:06 +0000
(12:17 +0000)
src/ChangeLog
patch
|
blob
|
history
src/charset.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 16fcbb61aa04c1a4fa135b74929a38f02924b8db..72f050cb1704dd4fbd442250d91b64a37a9be600 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
* charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
+ (load_charset_map): Remove unnecessary code.
2009-04-30 David Reitter <david.reitter@gmail.com>
diff --git
a/src/charset.c
b/src/charset.c
index 107647f3b239d7042f78ffed793b4e0657296e97..59e676f00aee0855ab0b6a6bae5ec198c3c68bf7 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-319,7
+319,6
@@
load_charset_map (charset, entries, n_entries, control_flag)
{
memset (temp_charset_work->table.decoder, -1,
sizeof (int) * 0x10000);
- temp_charset_work->for_encoder = 0;
}
else
{